home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw 3.iso / AOL90 / COMP02.000 / %MAINDIR% / CalendarResource.dll / HTML / IDH_ACILCONTAINER < prev    next >
Encoding:
Text File  |  2004-11-29  |  1.8 KB  |  76 lines

  1. <HTML>
  2. <STYLE>
  3.  
  4. BODY
  5. {
  6.     background-color: #D8E9F5;
  7.     margin:                0;
  8. }
  9.  
  10. </STYLE>
  11. <HEAD>
  12.     <SCRIPT LANGUAGE="javascript">
  13.  
  14.         function DoOnLoad()
  15.         {
  16.             if (window.external.InternetConnectionIsOpen())
  17.             {
  18.                 window.external.NavigateToIdeaList();
  19.                 window.frames("IdeaListFrame").SignedOn();
  20.             }
  21.         }
  22.  
  23.         // ScriptReInitIdeaListFrame() is called from C++ object so please be careful with it : RajeshK
  24.  
  25.         function ScriptReInitIdeaListFrame()
  26.         {
  27.             IdeaListFrame.location.href = "res:IDH_ACILSIGNON" ;
  28.         }
  29.  
  30.         function OnGo()
  31.         {
  32.             var EventDirectoryUrl = "aol://1722:EventDirectory";
  33.  
  34.             if (! (window.external.InternetConnectionIsOpen()) )
  35.             {
  36.                 window.external.DoUserSignOn("ClickToAdd", EventDirectoryUrl);
  37.             }
  38.             else
  39.             {
  40.                 window.external.AOLGoToURL (EventDirectoryUrl);
  41.             }
  42.         }
  43.  
  44.     </SCRIPT>
  45. </HEAD>
  46.  
  47. <BODY style="margin-bottom:11px;" onload="DoOnLoad();">
  48.  
  49. <!--
  50. TODO: Restore above to the following. Left this way now so we can see
  51. What is going on.
  52.  
  53. <BODY style="margin-bottom:11px;" onload="DoOnLoad();" 
  54.     oncontextmenu="window.event.returnValue = false;">
  55. // -->
  56.  
  57. <IMG src="res:IDG_ACEVENTDIRECTBAR" style="position:absolute; top:0px; left:10px;" usemap="#buttonmap" border = 0>
  58.  
  59. <IFRAME id="IdeaListFrame" name="IdeaListFrame" frameborder=0 scrolling="auto"
  60.     src="res:IDH_ACILSIGNON"
  61.     style="LEFT: 10px; POSITION: absolute; TOP: 23px; WIDTH: 146px;"
  62.     style="height: expression(document.body.clientHeight - 36 );"
  63.     style="border-left:1px solid black;"
  64.     style="border-right:1px solid black;"
  65.     style="border-bottom:0px solid black;"
  66.     title="Sign On to AOL"
  67.     >
  68. </IFRAME>
  69. <img SRC="res:IDG_ACEVENTDIRECTBTM"
  70.     style="position:absolute; left:10px; top: expression(document.body.clientHeight - 13 );"
  71. >
  72.  
  73.  
  74. </BODY>
  75. </HTML>
  76.